object SplashScreen: TSplashScreen Left = 243 Top = 202 BorderIcons = [] BorderStyle = bsNone Caption = 'SplashScreen' ClientHeight = 117 ClientWidth = 282 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 282 Height = 117 Align = alClient BorderStyle = bsSingle TabOrder = 0 object Comments: TLabel Left = 27 Top = 88 Width = 110 Height = 17 AutoSize = False Caption = 'Trial Version 1.5' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True IsControl = True end object Image1: TImage Left = 16 Top = 4 Width = 253 Height = 78 AutoSize = True Picture.Data = {} end end object Timer1: TTimer Interval = 3000 OnTimer = Timer1Timer Left = 249 Top = 81 end end